Home
last modified time | relevance | path

Searched refs:hpos (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/dba/libcdb/
H A Dcdb.c142 uint32_unpack(buf, &c->hpos); in cdb_findnext()
147 c->kpos = c->hpos + u; in cdb_findnext()
158 if (c->kpos == c->hpos + (c->hslots << 3)) in cdb_findnext()
159 c->kpos = c->hpos; in cdb_findnext()
H A Dcdb.h35 uint32 hpos; /* initialized if loop is nonzero */ member
/PHP-5.5/ext/openssl/
H A Dopenssl.c1887 HashPosition hpos; in STACK_OF() local
1915 zend_hash_move_forward_ex(HASH_OF(*zcerts), &hpos); in STACK_OF()
2223 HashPosition hpos; in php_openssl_make_REQ() local
2228 zend_hash_internal_pointer_reset_ex(HASH_OF(dn), &hpos); in php_openssl_make_REQ()
2257 zend_hash_move_forward_ex(HASH_OF(dn), &hpos); in php_openssl_make_REQ()
2331 zend_hash_move_forward_ex(HASH_OF(attribs), &hpos); in php_openssl_make_REQ()
3646 HashPosition hpos; in PHP_FUNCTION() local
3701 zend_hash_move_forward_ex(HASH_OF(*zrecipcerts), &hpos); in PHP_FUNCTION()
3752 zend_hash_move_forward_ex(HASH_OF(zheaders), &hpos); in PHP_FUNCTION()
3789 HashPosition hpos; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/xml/
H A Dxml.c968 HashPosition hpos=NULL; in _xml_characterDataHandler() local
970 zend_hash_internal_pointer_end_ex(Z_ARRVAL_P(parser->data), &hpos); in _xml_characterDataHandler()
972 …if (hpos && (zend_hash_get_current_data_ex(Z_ARRVAL_P(parser->data), (void **) &curtag, &hpos) == … in _xml_characterDataHandler()
/PHP-5.5/ext/standard/
H A Darray.c2140 HashPosition hpos; in PHP_FUNCTION() local
2181 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(input), &hpos); in PHP_FUNCTION()
2182 …while (pos < offset && zend_hash_get_current_data_ex(Z_ARRVAL_P(input), (void **)&entry, &hpos) ==… in PHP_FUNCTION()
2184 zend_hash_move_forward_ex(Z_ARRVAL_P(input), &hpos); in PHP_FUNCTION()
2188 … + length && zend_hash_get_current_data_ex(Z_ARRVAL_P(input), (void **)&entry, &hpos) == SUCCESS) { in PHP_FUNCTION()
2192 …end_hash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0, &hpos)) { in PHP_FUNCTION()
2206 zend_hash_move_forward_ex(Z_ARRVAL_P(input), &hpos); in PHP_FUNCTION()
H A Dstring.c2926 HashPosition hpos; local
2935 for (i = 0, zend_hash_internal_pointer_reset_ex(pats, &hpos);
2936 zend_hash_get_current_data_ex(pats, (void **)&entry, &hpos) == SUCCESS;
2937 zend_hash_move_forward_ex(pats, &hpos)) {
2943 switch (zend_hash_get_current_key_ex(pats, &string_key, &string_key_len, &num_key, 0, &hpos)) {

Completed in 58 milliseconds