Searched defs:mem (Results 1 – 14 of 14) sorted by relevance
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_shm.c | 22 void *mem; in fpm_shm_alloc() local 43 int fpm_shm_free(void *mem, size_t size) /* {{{ */ in fpm_shm_free()
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | testc.c | 34 static void xx(char* pattern, char* str, int from, int to, int mem, int not) in xx() 149 static void x3(char* pattern, char* str, int from, int to, int mem) in x3()
|
H A D | testu.c | 58 static void xx(char* pattern, char* str, int from, int to, int mem, int not) in xx() 195 static void x3(char* pattern, char* str, int from, int to, int mem) in x3()
|
H A D | regexec.c | 1078 static int mem_is_in_memp(int mem, int num, UChar* memp) in mem_is_in_memp() 1248 MemNumType mem; in match_at() local
|
H A D | regint.h | 718 } mem; member
|
H A D | regcomp.c | 5820 MemNumType mem; in onig_print_compiled_byte_code() local
|
/PHP-5.6/ext/mbstring/oniguruma/win32/ |
H A D | testc.c | 34 static void xx(char* pattern, char* str, int from, int to, int mem, int not) in xx() 149 static void x3(char* pattern, char* str, int from, int to, int mem) in x3()
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_memdup.c | 42 _zip_memdup(const void *mem, size_t len, struct zip_error *error) in _zip_memdup()
|
/PHP-5.6/ext/sysvshm/ |
H A D | php_sysvshm.h | 44 char mem; member
|
/PHP-5.6/ext/opcache/ |
H A D | ZendAccelerator.h | 200 void *mem; /* shared memory area used by script structures */ member 275 void *mem; member
|
H A D | ZendAccelerator.c | 925 signed char *mem = (signed char*)persistent_script->mem; in zend_accel_script_checksum() local
|
/PHP-5.6/ext/dom/ |
H A D | document.c | 1743 xmlChar *mem; in PHP_FUNCTION() local 2267 xmlChar *mem = NULL; in PHP_FUNCTION() local
|
/PHP-5.6/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc.c | 2983 void XMLRPC_Free(void* mem) { in XMLRPC_Free()
|
/PHP-5.6/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 17431 } mem; variable
|
Completed in 373 milliseconds