/PHP-5.3/ext/spl/ |
H A D | spl_functions.c | 80 void spl_add_class_name(zval *list, zend_class_entry * pce, int allow, int ce_flags TSRMLS_DC) in spl_add_class_name() 96 void spl_add_interfaces(zval *list, zend_class_entry * pce, int allow, int ce_flags TSRMLS_DC) in spl_add_interfaces() 107 int spl_add_classes(zend_class_entry *pce, zval *list, int sub, int allow, int ce_flags TSRMLS_DC) in spl_add_classes()
|
H A D | php_spl.c | 777 zval list; in PHP_MINFO_FUNCTION() local
|
/PHP-5.3/ext/odbc/ |
H A D | birdstep.c | 227 static int birdstep_add_conn(HashTable *list,VConn *conn,HDBC hdbc) in birdstep_add_conn() 238 static VConn * birdstep_find_conn(HashTable *list,int ind) in birdstep_find_conn() 250 static void birdstep_del_conn(HashTable *list,int ind) in birdstep_del_conn() 255 static int birdstep_add_result(HashTable *list,Vresult *res,VConn *conn) in birdstep_add_result() 266 static Vresult * birdstep_find_result(HashTable *list,int ind) in birdstep_find_result() 278 static void birdstep_del_result(HashTable *list,int ind) in birdstep_del_result()
|
/PHP-5.3/ext/mbstring/ |
H A D | mbstring.c | 112 const enum mbfl_no_encoding* list; member 983 enum mbfl_no_encoding *list; in PHP_INI_MH() local 1007 enum mbfl_no_encoding *list; in PHP_INI_MH() local 1146 int *list, size; in PHP_INI_MH() local 1603 char *name, *list, *temp; in PHP_FUNCTION() local 1729 enum mbfl_no_encoding *list, *entry; in PHP_FUNCTION() local 2776 int size, *list; in php_mb_convert_encoding() local 3011 int size, *list; in PHP_FUNCTION() local 4583 enum mbfl_no_encoding *list; in php_mb_gpc_encoding_detector() local 4733 char *name, *list = NULL; in php_mb_set_zend_encoding() local [all …]
|
/PHP-5.3/ext/mbstring/oniguruma/enc/ |
H A D | unicode.c | 3347 #define CR_SET(list) do { \ in onigenc_unicode_get_ctype_code_range() argument
|
/PHP-5.3/Zend/ |
H A D | zend_multibyte.c | 933 char *list = NULL; in zend_multibyte_assemble_encoding_list() local 968 zend_encoding **list, **entry, *encoding; in zend_multibyte_parse_encoding_list() local 1035 char *name, *list; in zend_multibyte_find_script_encoding() local
|
H A D | zend_vm_gen.php | 264 $list = array(); // list of opcode handlers and helpers in original order variable
|
/PHP-5.3/win32/build/ |
H A D | mkdist.php | 115 function copy_file_list($source_dir, $dest_dir, $list)
|
/PHP-5.3/ext/exif/ |
H A D | exif.c | 1365 union _image_info_value *list; member 1379 image_info_data *list; member 1499 file_section *list; member 1518 xp_field_type *list; member 1679 image_info_data *list; in exif_iif_add_value() local 1821 image_info_data *list; in exif_iif_add_int() local 1843 image_info_data *list; in exif_iif_add_str() local 1888 image_info_data *list; in exif_iif_add_buffer() local
|
/PHP-5.3/ext/xmlrpc/libxmlrpc/ |
H A D | queue.c | 715 static void QuickSort(void *list[], int low, int high, in QuickSort()
|
H A D | xmlrpc_introspection.c | 80 static inline XMLRPC_VALUE find_named_value(XMLRPC_VALUE list, const char* needle) { in find_named_value()
|
/PHP-5.3/main/streams/ |
H A D | streams.c | 153 zend_llist *list = NULL; in php_get_wrapper_errors_list() local 253 zend_llist *list = NULL; in php_stream_wrapper_log_error() local
|
/PHP-5.3/ext/standard/ |
H A D | array.c | 1835 PHPAPI HashTable* php_splice(HashTable *in_hash, int offset, int length, zval ***list, int list_cou… in php_splice() 2984 Bucket ***lists, **list, ***ptrs, *p; in php_array_intersect() local 3402 Bucket ***lists, **list, ***ptrs, *p; in php_array_diff() local
|
/PHP-5.3/ext/intl/locale/ |
H A D | locale_methods.c | 109 static int16_t findOffset(const char* const* list, const char* key) in findOffset()
|
/PHP-5.3/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 341 static int add_zval(zval* list, const char* id, zval** val) in add_zval()
|
/PHP-5.3/ext/soap/ |
H A D | php_encoding.c | 3139 smart_str list = {0}; in to_xml_list() local 3163 smart_str list = {0}; in to_xml_list() local
|
/PHP-5.3/ext/simplexml/ |
H A D | simplexml.c | 988 static inline char * sxe_xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) /* {{{ */ in sxe_xmlNodeListGetString()
|
/PHP-5.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 15502 } list; member
|