Searched refs:GET (Results 1 - 10 of 10) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c118 cs = cc + GET(cc, 1);
141 do cc += GET(cc, 1); while (*cc == OP_ALT);
177 do cc += GET(cc, 1); while (*cc == OP_ALT);
209 do cc += GET(cc, 1); while (*cc == OP_ALT);
339 cc += GET(cc, 1);
400 do ce += GET(ce, 1); while (*ce == OP_ALT);
440 do ce += GET(ce, 1); while (*ce == OP_ALT);
508 cs = ce = (pcre_uchar *)startcode + GET(cc, 1);
509 do ce += GET(ce, 1); while (*ce == OP_ALT);
977 do tcode += GET(tcod
[all...]
H A Dpcre_dfa_exec.c478 int back = GET(end_code, 2+LINK_SIZE);
480 end_code += GET(end_code, 1);
520 int back = GET(end_code, 2+LINK_SIZE);
526 end_code += GET(end_code, 1);
545 do { end_code += GET(end_code, 1); } while (*end_code == OP_ALT);
562 end_code += GET(end_code, 1);
780 ADD_ACTIVE(state_offset - GET(code, 1), 0);
819 do { code += GET(code, 1); } while (*code == OP_ALT);
829 code += GET(code, 1);
838 code += GET(cod
[all...]
H A Dpcre_compile.c1682 do code += GET(code, 1); while (*code == OP_ALT);
1772 do cc += GET(cc, 1); while (*cc == OP_ALT);
1800 cs = ce = (pcre_uchar *)cd->start_code + GET(cc, 1); /* Start subpattern */
1801 do ce += GET(ce, 1); while (*ce == OP_ALT); /* End subpattern */
1823 do cc += GET(cc, 1); while (*cc == OP_ALT);
1935 cc += GET(cc, 1);
2095 if (c == OP_XCLASS) code += GET(code, 1);
2258 if (c == OP_XCLASS) code += GET(code, 1);
2418 do code += GET(code, 1); while (*code == OP_ALT);
2432 const pcre_uchar *scode = cd->start_code + GET(cod
[all...]
H A Dpcre_printint.c395 if (print_lengths) fprintf(f, "%3d ", GET(code, 1));
418 if (print_lengths) fprintf(f, "%3d ", GET(code, 1));
599 if (print_lengths) fprintf(f, "%3d ", GET(code, 1));
627 fprintf(f, " %s %d %d %d", priv_OP_names[*code], code[1], GET(code,2),
628 GET(code, 2 + LINK_SIZE));
655 extra = GET(code, 1);
H A Dpcre_exec.c887 next = ecode + GET(ecode,1);
894 ecode += GET(ecode,1);
906 do ecode += GET(ecode, 1); while (*ecode == OP_ALT);
1000 next = ecode + GET(ecode,1);
1010 ecode += GET(ecode, 1);
1070 else if (!md->hasthen && ecode[GET(ecode, 1)] != OP_ALT)
1088 next = ecode + GET(ecode,1);
1101 while (*scode == OP_ALT) scode += GET(scode, 1);
1102 scode -= GET(scode, 1);
1108 ecode += GET(ecod
[all...]
H A Dpcre_internal.h433 #define GET(a,n) \ macro
446 #define GET(a,n) \ macro
460 #define GET(a,n) \ macro
481 #define GET(a,n) \ macro
496 #define GET(a,n) \ macro
516 #define GET(a,n) \ macro
/barrelfish-2018-10-04/lib/libc/db/test/
H A Ddbtest.c56 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA }; enumerator in enum:S
199 command = GET;
287 case GET:
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dtkexdr.c129 #define Load_Nat(GET,n) { \
130 GET(1); \
135 GET(3); \
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dhttp_server.pl295 method GET can be simply implemented. The programmer can define its
299 GET. A module is created that contains the predicate
300 http_method/6 that implements the method GET: a read on the file
332 http_method(\"GET\", Url, _, Contents, 200, [contentLength(CL)]):-
336 http_method(\"GET\", _, _, \"\", 404, []).
H A Dcgi.pl61 the CGI script. Both POST and GET methods are supported.
123 ; Method == "GET" ->

Completed in 139 milliseconds