Home
last modified time | relevance | path

Searched defs:ptr (Results 151 – 155 of 155) sorted by path

1234567

/php-src/sapi/phpdbg/
H A Dphpdbg_io.c73 PHPDBG_API int phpdbg_mixed_read(int fd, char *ptr, int len, int tmo) { in phpdbg_mixed_read()
83 static int phpdbg_output_pager(int fd, const char *ptr, int len) { in phpdbg_output_pager()
113 PHPDBG_API int phpdbg_mixed_write(int fd, const char *ptr, int len) { in phpdbg_mixed_write()
H A Dphpdbg_sigsafe.c27 static void zend_mm_mem_free(zend_mm_storage *storage, void *ptr, size_t size) { in zend_mm_mem_free()
H A Dphpdbg_watch.c134 #define HT_PTR_HT(ptr) ((HashTable *) (((char *) (ptr)) - HT_WATCH_OFFSET)) argument
558 bool phpdbg_is_recursively_watched(void *ptr, phpdbg_watch_element *element) {
H A Dphpdbg_watch.h67 void *ptr; member
/php-src/win32/
H A Dglob.c216 const Char* ptr = pattern; in globexp1() local
236 static int globexp2(const Char *ptr, const Char *pattern, glob_t *pglob, int *rv) in globexp2()

Completed in 18 milliseconds

1234567