Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/sapi/fpm/fpm/ |
Current File : //usr/local/src/php7/php-7.0.5/sapi/fpm/fpm/fpm_trace.c |
/* $Id: fpm_trace.c,v 1.1 2008/07/20 20:59:00 anight Exp $ */ /* (c) 2007,2008 Andrei Nigmatulin */ #include "fpm_config.h" #include <sys/types.h> #include "fpm_trace.h" int fpm_trace_get_strz(char *buf, size_t sz, long addr) /* {{{ */ { int i; long l = addr; char *lc = (char *) &l; i = l % SIZEOF_LONG; l -= i; for (addr = l; ; addr += SIZEOF_LONG) { if (0 > fpm_trace_get_long(addr, &l)) { return -1; } for ( ; i < SIZEOF_LONG; i++) { --sz; if (sz && lc[i]) { *buf++ = lc[i]; continue; } *buf = '\0'; return 0; } i = 0; } } /* }}} */
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare