Home
last modified time | relevance | path

Searched refs:bufp (Results 1 – 5 of 5) sorted by relevance

/PHP-5.6/ext/mbstring/oniguruma/
H A Dreggnu.c72 re_search(regex_t* bufp, const char* string, int size, int startpos, int range, in re_search() argument
75 return onig_search(bufp, (UChar* )string, (UChar* )(string + size), in re_search()
/PHP-5.6/ext/zip/lib/
H A Dzip_dirent.c328 const unsigned char **bufp, zip_uint64_t *leftp, int local, in _zip_dirent_read() argument
347 if (bufp) { in _zip_dirent_read()
349 cur = *bufp; in _zip_dirent_read()
416 zde->filename = _zip_read_string(bufp ? &cur : NULL, fp, filename_len, 1, error); in _zip_dirent_read()
429 zip_uint8_t *ef = _zip_read_data(bufp ? &cur : NULL, fp, ef_len, 0, error); in _zip_dirent_read()
443 zde->comment = _zip_read_string(bufp ? &cur : NULL, fp, comment_len, 0, error); in _zip_dirent_read()
502 if (bufp) in _zip_dirent_read()
503 *bufp = cur; in _zip_dirent_read()
H A Dzip_open.c206 const unsigned char **bufp; in _zip_readcdir() local
262 bufp = &cdp; in _zip_readcdir()
266 bufp = NULL; in _zip_readcdir()
286 || (_zip_dirent_read(cd->entry[i].orig, fp, bufp, &left, 0, error)) < 0) { in _zip_readcdir()
/PHP-5.6/ext/oci8/
H A Doci8_lob.c250 ub1 *bufp; in php_oci_lob_read() local
342 bufp = (ub1 *) ecalloc(1, buffer_size); in php_oci_lob_read()
351 (dvoid *) bufp, in php_oci_lob_read()
361 efree(bufp); in php_oci_lob_read()
/PHP-5.6/ext/sockets/
H A Dconversions.c224 char *bufp = buf; in from_array_iterate() local
234 zend_llist_add_element(&ctx->keys, &bufp); in from_array_iterate()
931 char *bufp = buf; in from_zval_write_control_array() local
965 zend_llist_add_element(&ctx->keys, &bufp); in from_zval_write_control_array()
1025 char *bufp = buf; in to_zval_read_control_array() local
1048 zend_llist_add_element(&ctx->keys, &bufp); in to_zval_read_control_array()

Completed in 21 milliseconds