Searched refs:nextp (Results 26 - 34 of 34) sorted by relevance

12

/macosx-10.10/Libc-1044.1.2/db/hash/FreeBSD/
H A Dhash_page.c315 bufp = ret.nextp;
320 last_bfp = ret.nextp;
/macosx-10.10/efax-38/efax/
H A Defaxlib.c1087 long thisp, nextp ; local
1093 fread4 ( (unsigned long*)&nextp, f ) ;
1097 f->next = nextp ? f->next + 4 : 0 ;
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c6686 dtrace_probe_t **nextp, **prevp; local
6705 nextp = DTRACE_HASHNEXT(hash, new);
6706 ASSERT(*nextp == NULL && *(DTRACE_HASHPREV(hash, new)) == NULL);
6707 *nextp = bucket->dthb_chain;
6756 dtrace_probe_t **nextp = DTRACE_HASHNEXT(hash, probe); local
6769 if (*nextp == NULL) {
6793 bucket->dthb_chain = *nextp;
6795 *(DTRACE_HASHNEXT(hash, *prevp)) = *nextp;
6798 if (*nextp != NULL)
6799 *(DTRACE_HASHPREV(hash, *nextp))
15005 struct modctl *nextp, *prevp; local
15075 modctl_t *prevp, *nextp, *curp; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/tcl/
H A Dtcl_env.c1200 DBTCL_INFO *nextp, *p; local
1210 for (p = LIST_FIRST(&__db_infohead); p != NULL; p = nextp) {
1243 nextp = LIST_NEXT(p, entries);
1247 nextp = LIST_NEXT(p, entries);
H A Dtcl_db.c60 DBTCL_INFO *nextp, *p; local
65 for (p = LIST_FIRST(&__db_infohead); p != NULL; p = nextp) {
66 nextp = LIST_NEXT(p, entries);
/macosx-10.10/apache-793/httpd/modules/mappers/
H A Dmod_rewrite.c3154 char *val, *nextp, *endp; local
3171 if (!*key || (nextp = ap_strchr(key, ',')) == NULL) { /* NULL should not
3178 endp = nextp - 1;
3198 key = nextp + 1;
/macosx-10.10/ruby-106/ruby/
H A Dregparse.c5896 UChar *qstart, *qend, *nextp; local
5901 qend = find_str_position(end_op, 2, qstart, end, &nextp, env->enc);
5903 nextp = qend = end;
5907 *src = nextp;
H A Dregcomp.c6244 onig_print_compiled_byte_code(FILE* f, UChar* bp, UChar* bpend, UChar** nextp, argument
6490 if (nextp) *nextp = bp;
H A Dregexec.c1302 void onig_print_compiled_byte_code(FILE* f, UChar* bp, UChar* bpend, UChar** nextp,

Completed in 269 milliseconds

12