Searched refs:post (Results 26 - 50 of 152) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/perlasm/
H A Dx86nasm.pl37 my($post,$ret);
56 else { $post=$addr; }
67 $ret .= "$post]";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/qdos/
H A Dconfig.S61 dc.w Postit-l5a ; post proc
73 dc.w Postit-l8a ; post proc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/
H A Drpm.spec45 %post
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dconfig.s60 dc.w Postit-l5a ; post proc
72 dc.w Postit-l8a ; post proc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/perlasm/
H A Dx86masm.pl40 my($post,$ret);
54 else { $post=$addr; }
66 $ret .= "$post]";
H A Dx86nasm.pl37 my($post,$ret);
56 else { $post=$addr; }
67 $ret .= "$post]";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dcodec_internal.h166 int *post,int *ilogmask);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dpkt_rx1.s94 jne @post ; AX=1: second call, do post process
131 @post: or si, si ; DS:SI->_pktRxBuf[n][n].destinAdr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregc_nfa.c66 nfa->post = newfstate(nfa, '@'); /* number 0 */
79 rainbow(nfa, nfa->cm, PLAIN, COLORLESS, nfa->final, nfa->post);
80 newarc(nfa, '$', 1, nfa->final, nfa->post);
81 newarc(nfa, '$', 0, nfa->final, nfa->post);
112 nfa->post = NULL;
885 for (a = nfa->post->ins; a != NULL; a = nexta) {
1081 assert(from != nfa->pre && to != nfa->post);
1131 /* use pre to mark reachable, then post to mark can-reach-post */
1133 markcanreach(nfa, nfa->post, nf
[all...]
H A Drege_dfa.c50 chr *post; local
120 post = d->lastpost;
122 if ((ss->flags&POSTSTATE) && post != ss->lastseen &&
123 (post == NULL || post < ss->lastseen))
124 post = ss->lastseen;
125 if (post != NULL) /* found one */
126 return post - 1;
402 assert(d->cnfa->pre != d->cnfa->post);
459 if (ca->to == cnfa->post)
[all...]
H A Dregguts.h317 struct state *post; /* post-final state */ member in struct:nfa
345 int post; /* teardown state number */ member in struct:cnfa
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Drx.c330 } * post; local
340 post = pci_alloc_consistent(dev->pdev,
342 if (unlikely(post == NULL)) {
347 post->Post_Command = cpu_to_le32(COMMAND_POST_RESULTS);
348 post->Post_Address = cpu_to_le32(baddr);
353 post, paddr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dhttp.c326 int post, err; local
336 post = h->flags & AVIO_FLAG_WRITE;
337 method = post ? "POST" : "GET";
350 if (!has_header(s->headers, "\r\nRange: ") && !post)
373 post && s->chunked_post ? "Transfer-Encoding: chunked\r\n" : "",
390 if (post) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A DMakefile.in110 http-post$(EXEEXT) httpput$(EXEEXT) https$(EXEEXT) \
112 multi-double$(EXEEXT) multi-post$(EXEEXT) \
114 post-callback$(EXEEXT) postit2$(EXEEXT) sepheaders$(EXEEXT) \
278 http_post_SOURCES = http-post.c
279 http_post_OBJECTS = http-post.$(OBJEXT)
424 multi_post_SOURCES = multi-post.c
425 multi_post_OBJECTS = multi-post.$(OBJEXT)
515 post_callback_SOURCES = post-callback.c
516 post_callback_OBJECTS = post-callback.$(OBJEXT)
683 ftpsget.c ftpupload.c getinfo.c getinmemory.c http-post
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djdmainct.c10 * post-processor; it holds downsampled data in the JPEG colorspace.
375 (*cinfo->post->post_process_data) (cinfo, main->buffer,
416 (*cinfo->post->post_process_data) (cinfo, main->xbuffer[main->whichptr],
438 (*cinfo->post->post_process_data) (cinfo, main->xbuffer[main->whichptr],
471 (*cinfo->post->post_process_data) (cinfo, (JSAMPIMAGE) NULL,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_setopt.c353 struct curl_httppost *post)
359 ret = curl_easy_setopt(curl, tag, post);
360 if(!post)
368 DECL1("struct curl_httppost *post%d;", i);
369 DATA1("post%d = NULL;", i);
370 CLEAN1("curl_formfree(post%d);", i);
371 CLEAN1("post%d = NULL;", i);
375 for(p=post; p; p=p->next) {
376 DATA1("curl_formadd(&post%d, &postend,", i);
418 CODE2("curl_easy_setopt(hnd, %s, post
351 tool_setopt_httppost(CURL *curl, struct GlobalConfig *config, const char *name, CURLoption tag, struct curl_httppost *post) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/
H A DwxBase.spec107 %post
113 %post devel
H A DwxMotif.spec271 %post
277 %post devel
297 %post gl
303 %post contrib
309 %post contrib-devel
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd014.tcl240 diff(initial,post-recover2):diff($init_file,$dir/$dbfile) \
363 diff(initial,post-recover1):diff($init_file,$dir/$dbfile) \
397 diff(initial,post-recover1):diff($init_file,$dir/$dbfile) \
435 diff(initial,post-recover2):diff($init_file,$dir/$dbfile) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djdmainct.c10 * post-processor; it holds downsampled data in the JPEG colorspace.
367 (*cinfo->post->post_process_data) (cinfo, main->buffer,
408 (*cinfo->post->post_process_data) (cinfo, main->xbuffer[main->whichptr],
430 (*cinfo->post->post_process_data) (cinfo, main->xbuffer[main->whichptr],
463 (*cinfo->post->post_process_data) (cinfo, (JSAMPIMAGE) NULL,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86ms.pl92 local($t,$post);
114 else { $post=$addr; }
120 $reg1="+".$reg1 if ("$reg1$post" ne "");
121 $ret.="[$reg2$t$reg1$post]";
125 $ret.="[$reg1$post]"
H A Dx86nasm.pl95 my($t,$post);
122 else { $post=$addr; }
128 $reg1="+".$reg1 if ("$reg1$post" ne "");
129 $ret.="$reg2$t$reg1$post]";
133 $ret.="$reg1$post]"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/
H A Dlibgpg-error.spec36 %post
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dutil.c1103 char *zip_fzofft( val, pre, post)
1106 char *post;
1133 if (post == NULL)
1136 strcat( fmt, post); /* Caller's radix. */
1152 char *zip_fuzofft( val, pre, post)
1155 char *post;
1182 if (post == NULL)
1185 strcat( fmt, post); /* Caller's radix. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/
H A Dlibgpg-error.spec36 %post

Completed in 293 milliseconds

1234567