Home
last modified time | relevance | path

Searched refs:fptr (Results 1 – 8 of 8) sorted by relevance

/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c281 return fptr && text ? fptr(data, text, len ? len : strlen(text)) : 0; in xml_elem_writefunc()
401 xml_elem_writefunc(fptr, EQUALS, data, EQUALS_LEN); in xml_element_serialize()
403 xml_elem_writefunc(fptr, options->encoding, data, 0); in xml_element_serialize()
408 xml_elem_writefunc(fptr, NEWLINE, data, NEWLINE_LEN); in xml_element_serialize()
413 xml_elem_writefunc(fptr, whitespace, data, depth - 2); in xml_element_serialize()
418 xml_elem_writefunc(fptr, el->name, data, 0); in xml_element_serialize()
425 xml_elem_writefunc(fptr, iter->key, data, 0); in xml_element_serialize()
428 xml_elem_writefunc(fptr, iter->val, data, 0); in xml_element_serialize()
436 xml_elem_writefunc(fptr, "None", data, 0); in xml_element_serialize()
462 xml_elem_writefunc(fptr, escaped_str, data, buflen); in xml_element_serialize()
[all …]
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c186 zend_function *fptr; member
244 if (fptr in _copy_function()
255 return fptr; in _copy_function()
262 if (fptr in _free_function()
267 efree(fptr); in _free_function()
808 if (fptr->type == ZEND_USER_FUNCTION && fptr->op_array.doc_comment) { in _function_string()
836 if (fptr->common.prototype && fptr->common.prototype->common.scope) { in _function_string()
1209 reference->fptr = fptr; in reflection_parameter_factory()
2104 efree(fptr); in ZEND_METHOD()
2128 efree(fptr); in ZEND_METHOD()
[all …]
/PHP-5.3/ext/com_dotnet/
H A Dcom_handlers.c264 zend_internal_function f, *fptr = NULL; in com_method_get() local
281 …->method_cache == NULL || FAILURE == zend_hash_find(obj->method_cache, name, len, (void**)&fptr)) { in com_method_get()
290 fptr = &f; in com_method_get()
344 if (fptr) { in com_method_get()
351 zend_hash_update(obj->method_cache, name, len, &f, sizeof(f), (void**)&fptr); in com_method_get()
355 if (fptr) { in com_method_get()
358 func = emalloc(sizeof(*fptr)); in com_method_get()
359 memcpy(func, fptr, sizeof(*fptr)); in com_method_get()
/PHP-5.3/Zend/
H A Dzend_API.c1744 name_len = strlen(fptr->common.function_name); in zend_check_magic_method_implementation()
1753 if (fptr->common.num_args != 1) { in zend_check_magic_method_implementation()
1755 } else if (ARG_SHOULD_BE_SENT_BY_REF(fptr, 1)) { in zend_check_magic_method_implementation()
1759 if (fptr->common.num_args != 2) { in zend_check_magic_method_implementation()
1761 } else if (ARG_SHOULD_BE_SENT_BY_REF(fptr, 1) || ARG_SHOULD_BE_SENT_BY_REF(fptr, 2)) { in zend_check_magic_method_implementation()
1765 if (fptr->common.num_args != 1) { in zend_check_magic_method_implementation()
1771 if (fptr->common.num_args != 1) { in zend_check_magic_method_implementation()
1777 if (fptr->common.num_args != 2) { in zend_check_magic_method_implementation()
1779 } else if (ARG_SHOULD_BE_SENT_BY_REF(fptr, 1) || ARG_SHOULD_BE_SENT_BY_REF(fptr, 2)) { in zend_check_magic_method_implementation()
1785 if (fptr->common.num_args != 2) { in zend_check_magic_method_implementation()
[all …]
H A Dzend_API.h261 …ic_method_implementation(const zend_class_entry *ce, const zend_function *fptr, int error_type TSR…
/PHP-5.3/ext/date/lib/
H A Dparse_date.re1925 while (*fptr && *ptr) {
1927 switch (*fptr) {
2114 if (*ptr == *fptr) {
2138 fptr++;
2139 if (*ptr == *fptr) {
2155 if (*fptr != *ptr) {
2160 fptr++;
2170 while (*fptr == '+') {
2171 fptr++;
2173 if (*fptr) {
[all …]
H A Dparse_date.c24918 while (*fptr && *ptr) { in timelib_parse_from_format()
24920 switch (*fptr) { in timelib_parse_from_format()
25107 if (*ptr == *fptr) { in timelib_parse_from_format()
25131 fptr++; in timelib_parse_from_format()
25132 if (*ptr == *fptr) { in timelib_parse_from_format()
25148 if (*fptr != *ptr) { in timelib_parse_from_format()
25153 fptr++; in timelib_parse_from_format()
25163 while (*fptr == '+') { in timelib_parse_from_format()
25164 fptr++; in timelib_parse_from_format()
25166 if (*fptr) { in timelib_parse_from_format()
[all …]
/PHP-5.3/ext/spl/
H A Dphp_spl.c668 zend_function *fptr; in PHP_FUNCTION() local
677 …on_table), ZEND_AUTOLOAD_FUNC_NAME, sizeof(ZEND_AUTOLOAD_FUNC_NAME), (void **) &fptr) == SUCCESS) { in PHP_FUNCTION()
685 …d_hash_find(EG(function_table), "spl_autoload_call", sizeof("spl_autoload_call"), (void **) &fptr); in PHP_FUNCTION()
687 if (EG(autoload_func) == fptr) { in PHP_FUNCTION()

Completed in 85 milliseconds