Home
last modified time | relevance | path

Searched refs:plist (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregenc.c842 resize_property_list(int new_size, const OnigCodePoint*** plist, int* psize) in resize_property_list() argument
845 const OnigCodePoint **list = *plist; in resize_property_list()
857 *plist = list; in resize_property_list()
865 hash_table_type **table, const OnigCodePoint*** plist, int *pnum, in onigenc_property_list_add_property() argument
874 r = resize_property_list(new_size, plist, psize); in onigenc_property_list_add_property()
878 (*plist)[*pnum] = prop; in onigenc_property_list_add_property()
H A Dregint.h802 …onst OnigCodePoint* prop, hash_table_type **table, const OnigCodePoint*** plist, int *pnum, int *p…
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c73 mysqli_plist_entry *plist = NULL; local
168 plist = (mysqli_plist_entry *) le->ptr;
171 if (zend_ptr_stack_num_elements(&plist->free_links)) {
172 mysql->mysql = zend_ptr_stack_pop(&plist->free_links);
197 le.ptr = plist = calloc(1, sizeof(mysqli_plist_entry));
199 zend_ptr_stack_init_ex(&plist->free_links, 1);
H A Dmysqli.c104 mysqli_plist_entry *plist = (mysqli_plist_entry *) rsrc->ptr; in ZEND_RSRC_DTOR_FUNC() local
105 zend_ptr_stack_clean(&plist->free_links, php_mysqli_dtor_p_elements, 0); in ZEND_RSRC_DTOR_FUNC()
106 zend_ptr_stack_destroy(&plist->free_links); in ZEND_RSRC_DTOR_FUNC()
107 free(plist); in ZEND_RSRC_DTOR_FUNC()
931 mysqli_plist_entry *plist = (mysqli_plist_entry *) le->ptr; in php_mysqli_persistent_helper_once() local
932 zend_ptr_stack_apply(&plist->free_links, php_mysqli_persistent_helper_for_every); in php_mysqli_persistent_helper_once()
H A Dmysqli_api.c714 mysqli_plist_entry *plist = (mysqli_plist_entry *) le->ptr; in php_mysqli_close() local
718 zend_ptr_stack_push(&plist->free_links, mysql->mysql); in php_mysqli_close()
/PHP-5.5/build/
H A Dshtool1480 if [ -f /System/Library/CoreServices/${name}Version.plist ]; then
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1048 …ult_detect_order_list(enum mbfl_no_language lang, enum mbfl_no_encoding **plist, size_t *plist_siz… in php_mb_nls_get_default_detect_order_list() argument
1052 *plist = (enum mbfl_no_encoding *) php_mb_default_identify_list_neut; in php_mb_nls_get_default_detect_order_list()
1057 *plist = (enum mbfl_no_encoding *)php_mb_default_identify_list[i].list; in php_mb_nls_get_default_detect_order_list()

Completed in 43 milliseconds