bufp               72 ext/mbstring/oniguruma/reggnu.c re_search(regex_t* bufp, const char* string, int size, int startpos, int range,
bufp               75 ext/mbstring/oniguruma/reggnu.c   return onig_search(bufp, (UChar* )string, (UChar* )(string + size),
bufp              250 ext/oci8/oci8_lob.c 	ub1 *bufp;
bufp              342 ext/oci8/oci8_lob.c 	bufp = (ub1 *) ecalloc(1, buffer_size);
bufp              351 ext/oci8/oci8_lob.c 			(dvoid *) bufp,
bufp              361 ext/oci8/oci8_lob.c 	efree(bufp);
bufp              224 ext/sockets/conversions.c 	char			*bufp = buf;
bufp              234 ext/sockets/conversions.c 		zend_llist_add_element(&ctx->keys, &bufp);
bufp              931 ext/sockets/conversions.c 	char				*bufp = buf;
bufp              965 ext/sockets/conversions.c 		zend_llist_add_element(&ctx->keys, &bufp);
bufp             1025 ext/sockets/conversions.c 	char			*bufp = buf;
bufp             1048 ext/sockets/conversions.c 		zend_llist_add_element(&ctx->keys, &bufp);
bufp              328 ext/zip/lib/zip_dirent.c 		 const unsigned char **bufp, zip_uint64_t *leftp, int local,
bufp              347 ext/zip/lib/zip_dirent.c     if (bufp) {
bufp              349 ext/zip/lib/zip_dirent.c 	cur = *bufp;
bufp              416 ext/zip/lib/zip_dirent.c 	zde->filename = _zip_read_string(bufp ? &cur : NULL, fp, filename_len, 1, error);
bufp              429 ext/zip/lib/zip_dirent.c 	zip_uint8_t *ef = _zip_read_data(bufp ? &cur : NULL, fp, ef_len, 0, error);
bufp              443 ext/zip/lib/zip_dirent.c 	zde->comment = _zip_read_string(bufp ? &cur : NULL, fp, comment_len, 0, error);
bufp              502 ext/zip/lib/zip_dirent.c     if (bufp)
bufp              503 ext/zip/lib/zip_dirent.c       *bufp = cur;
bufp              206 ext/zip/lib/zip_open.c     const unsigned char **bufp;
bufp              262 ext/zip/lib/zip_open.c 	bufp = &cdp;
bufp              266 ext/zip/lib/zip_open.c 	bufp = NULL;
bufp              286 ext/zip/lib/zip_open.c 	    || (_zip_dirent_read(cd->entry[i].orig, fp, bufp, &left, 0, error)) < 0) {