Home
last modified time | relevance | path

Searched refs:SUCCESS (Results 226 – 250 of 359) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/pdo/
H A Dphp_pdo_driver.h199 if (options && SUCCESS == zend_hash_index_find(Z_ARRVAL_P(options), option_name, (void**)&v)) { in pdo_attr_lval()
209 if (options && SUCCESS == zend_hash_index_find(Z_ARRVAL_P(options), option_name, (void**)&v)) { in pdo_attr_strval()
/PHP-5.5/ext/com_dotnet/
H A Dcom_dotnet.c287 ret = SUCCESS; in PHP_FUNCTION()
297 ret = SUCCESS; in PHP_FUNCTION()
H A Dcom_typeinfo.c221 return SUCCESS; in php_com_import_typelib()
242 (void**)&TLp) == SUCCESS) { in php_com_load_typelib_via_cache()
255 if (SUCCESS == zend_ts_hash_update(&php_com_typelibraries, in php_com_load_typelib_via_cache()
/PHP-5.5/ext/libxml/
H A Dlibxml.c621 if (retval != SUCCESS || fci->retval_ptr_ptr == NULL) { in _php_libxml_external_entity_loader()
864 return SUCCESS; in PHP_MINIT_FUNCTION()
882 return SUCCESS; in PHP_RINIT_FUNCTION()
896 return SUCCESS; in PHP_MSHUTDOWN_FUNCTION()
926 return SUCCESS; in php_libxml_post_deactivate()
1179 …hash_find(&php_libxml_exports, ce->name, ce->name_length + 1, (void **) &export_hnd) == SUCCESS) { in php_libxml_import_node()
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c88 return (iterator->i < iterator->length) ? SUCCESS : FAILURE; in resourcebundle_iterator_has_more()
/PHP-5.5/ext/standard/
H A Dincomplete_class.c147 …bject_properties, MAGIC_MEMBER, sizeof(MAGIC_MEMBER), (void **) &val) == SUCCESS && Z_TYPE_PP(val)… in php_lookup_class_name()
H A Dphp_var.h166 return SUCCESS; in php_varname_check()
H A Dmetaphone.c202 return SUCCESS; /* For testing */ in metaphone()
H A Dquot_print.c269 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &str, &str_len) != SUCCESS) { in PHP_FUNCTION()
H A Ddir.c128 return SUCCESS; in PHP_RINIT_FUNCTION()
209 return SUCCESS; in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c134 if (SUCCESS == php_stream_cast(innerstream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { in php_stream_gzopen()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c156 return SUCCESS; in PHP_MINIT_FUNCTION()
165 return SUCCESS; in PHP_MSHUTDOWN_FUNCTION()
282 if (zend_hash_find(&PCRE_G(pcre_cache), regex, regex_len+1, (void **)&pce) == SUCCESS) { in pcre_get_compiled_regex_cache()
901 …nction_table), NULL, function, &retval_ptr, 1, args, 0, NULL TSRMLS_CC) == SUCCESS && retval_ptr) { in preg_do_repl_func()
1306 while (zend_hash_get_current_data(Z_ARRVAL_P(regex), (void **)&regex_entry) == SUCCESS) { in php_replace_in_subject()
1313 if (zend_hash_get_current_data(Z_ARRVAL_P(replace), (void **)&replace_entry) == SUCCESS) { in php_replace_in_subject()
1422 while (zend_hash_get_current_data(Z_ARRVAL_PP(subject), (void **)&subject_entry) == SUCCESS) { in preg_replace_impl()
1838 while (zend_hash_get_current_data(Z_ARRVAL_P(input), (void **)&entry) == SUCCESS) { in php_pcre_grep_impl()
/PHP-5.5/ext/readline/
H A Dreadline_cli.c418 while(zend_hash_has_more_elements(ht) == SUCCESS) { in cli_completion_generator_ht()
744 return SUCCESS; in PHP_MINIT_FUNCTION()
760 return SUCCESS; in PHP_MSHUTDOWN_FUNCTION()
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c111 return SUCCESS; in xmlreader_property_reader()
172 if (ret == SUCCESS) { in xmlreader_read_property()
174 if (ret == SUCCESS) { in xmlreader_read_property()
214 if (ret == SUCCESS) { in xmlreader_write_property()
1377 return SUCCESS; in PHP_MINIT_FUNCTION()
1386 return SUCCESS; in PHP_MSHUTDOWN_FUNCTION()
/PHP-5.5/ext/hash/
H A Dhash.c95 if (SUCCESS != zend_hash_find(&php_hash_hashtable, lower, algo_len + 1, (void*)&ops)) { in php_hash_fetch_ops()
120 return SUCCESS; in php_hash_copy()
536 if (zend_hash_index_find(&EG(regular_list), Z_RESVAL_P(zhash), (void *) &le)==SUCCESS) { in PHP_FUNCTION()
576 if (res != SUCCESS) { in PHP_FUNCTION()
1024 return SUCCESS; in PHP_MINIT_FUNCTION()
1034 return SUCCESS; in PHP_MSHUTDOWN_FUNCTION()
/PHP-5.5/ext/sockets/
H A Dsockets.c730 return SUCCESS;
740 return SUCCESS;
762 return SUCCESS;
775 zend_hash_get_current_data(Z_ARRVAL_P(sock_array), (void **) &element) == SUCCESS;
808 zend_hash_get_current_data(Z_ARRVAL_P(sock_array), (void **) &element) == SUCCESS;
986 if (php_set_sock_blocking(php_sock->bsd_socket, 0 TSRMLS_CC) == SUCCESS) {
1025 if (php_set_sock_blocking(php_sock->bsd_socket, 1 TSRMLS_CC) == SUCCESS) {
1861 if (php_add4_to_if_index(&if_addr, php_sock, &if_index TSRMLS_CC) == SUCCESS) {
1872 if (ret == SUCCESS) {
1969 else if (res == SUCCESS) { RETURN_TRUE; } \
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_format.c74 (void **)&ele_value) == SUCCESS) { in internal_get_arr_ele()
/PHP-5.5/Zend/
H A Dzend_signal.c227 return SUCCESS; in zend_sigaction()
273 return SUCCESS; in zend_signal_register()
H A Dzend_execute_API.c579 while (zend_hash_get_current_data(Z_ARRVAL_P(p), (void **) &element) == SUCCESS) { in zval_update_constant_ex()
647 ret = SUCCESS; in zval_update_constant_ex()
650 if (ret == SUCCESS) { in zval_update_constant_ex()
1004 return SUCCESS; in zend_call_function()
1044 if (zend_hash_quick_find(EG(class_table), lc_name, lc_length, hash, (void **) ce) == SUCCESS) { in zend_lookup_class_ex()
1048 return SUCCESS; in zend_lookup_class_ex()
1123 if (retval == SUCCESS) { in zend_lookup_class_ex()
1208 retval = SUCCESS; in zend_eval_stringl()
1612 if (zend_hash_quick_del(ht, name, name_len, hash_value) == SUCCESS) { in zend_delete_variable()
/PHP-5.5/ext/dom/
H A Dtext.c136 return SUCCESS; in dom_text_whole_text_read()
/PHP-5.5/ext/opcache/
H A Dzend_shared_alloc.c330 if (zend_hash_index_find(&xlat_table, (ulong)source, (void **)&old_p) == SUCCESS) { in zend_shared_memdup_size()
342 if (zend_hash_index_find(&xlat_table, (ulong)source, (void **)&old_p) == SUCCESS) { in _zend_shared_memdup()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp402 ) == SUCCESS; in umsg_format_helper()
553 &status) == SUCCESS) { in umsg_format_helper()
596 &status) == SUCCESS) { in umsg_format_helper()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_statement.c260 if (stmt->bound_param_map && SUCCESS == zend_hash_find(stmt->bound_param_map, in pgsql_stmt_param_hook()
456 SUCCESS == zend_hash_index_find(stmt->bound_columns, in pgsql_stmt_describe()
458 SUCCESS == zend_hash_find(stmt->bound_columns, in pgsql_stmt_describe()
/PHP-5.5/ext/odbc/
H A Dbirdstep.c203 return SUCCESS; in PHP_MINIT_FUNCTION()
208 return SUCCESS; in PHP_RINIT_FUNCTION()
222 return SUCCESS; in PHP_MSHUTDOWN_FUNCTION()
/PHP-5.5/
H A DREADME.PARAMETER_PARSING_API26 Both functions return SUCCESS or FAILURE depending on the result.
166 "lll", &l1, &l2, &l3) == SUCCESS) {
169 "s", &s, &length) == SUCCESS) {

Completed in 85 milliseconds

12345678910>>...15