Searched defs:infop (Results 1 - 8 of 8) sorted by relevance

/external/e2fsprogs/lib/ss/
H A Derror.c26 register ss_data *infop; local
28 infop = ss_info(sci_idx);
29 if (infop->current_request == (char const *)NULL) {
31 (strlen(infop->subsystem_name)+1)
35 strcpy(ret_val, infop->subsystem_name);
42 (strlen(infop->subsystem_name)+
43 strlen(infop->current_request)+
46 cp1 = infop->subsystem_name;
51 cp1 = infop->current_request;
/external/elfutils/libdw/
H A Ddwarf_getpubnames.c142 unsigned char *infop local
145 if (read_4ubyte_unaligned_noncvt (infop) == DWARF3_LENGTH_64_BIT)
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dservice_runtime.h98 ErrorInfo* infop,
102 error_info(infop),
96 OpenManifestEntryResource(const std::string& target_url, struct NaClFileInfo* finfo, ErrorInfo* infop, bool* op_complete) argument
/external/chromium_org/third_party/sqlite/src/src/
H A Dprintf.c251 const et_info *infop; /* Pointer to the appropriate info structure */ local
344 infop = &fmtinfo[0];
348 infop = &fmtinfo[idx];
349 if( useExtended || (infop->flags & FLAG_INTERN)==0 ){
350 xtype = infop->type;
361 if( precision>etBUFSIZE-40 && (infop->flags & FLAG_STRING)==0 ){
384 ** infop Pointer to the appropriate info struct.
393 if( infop->flags & FLAG_SIGNED ){
443 cset = &aDigits[infop->charset];
444 base = infop
[all...]
/external/libpcap/
H A Dpcap-dlpi.c469 register dl_info_ack_t *infop; local
626 infop = &((union DL_primitives *)buf)->info_ack;
628 if (infop->dl_mac_type == DL_IPATM)
631 if (infop->dl_provider_style == DL_STYLE2) {
787 infop = &((union DL_primitives *)buf)->info_ack;
788 switch (infop->dl_mac_type) {
837 (unsigned long)infop->dl_mac_type);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c18749 const et_info *infop; /* Pointer to the appropriate info structure */ local
18842 infop = &fmtinfo[0];
18846 infop = &fmtinfo[idx];
18847 if( useExtended || (infop->flags & FLAG_INTERN)==0 ){
18848 xtype = infop->type;
18859 if( precision>etBUFSIZE-40 && (infop->flags & FLAG_STRING)==0 ){
18882 ** infop Pointer to the appropriate info struct.
18891 if( infop->flags & FLAG_SIGNED ){
18941 cset = &aDigits[infop->charset];
18942 base = infop
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c19552 const et_info *infop; /* Pointer to the appropriate info structure */ local
19640 infop = &fmtinfo[0];
19644 infop = &fmtinfo[idx];
19645 if( useExtended || (infop->flags & FLAG_INTERN)==0 ){
19646 xtype = infop->type;
19674 ** infop Pointer to the appropriate info struct.
19683 if( infop->flags & FLAG_SIGNED ){
19743 cset = &aDigits[infop->charset];
19744 base = infop->base;
19755 if( flag_alternateform && infop
[all...]
/external/sqlite/dist/
H A Dsqlite3.c19552 const et_info *infop; /* Pointer to the appropriate info structure */ local
19640 infop = &fmtinfo[0];
19644 infop = &fmtinfo[idx];
19645 if( useExtended || (infop->flags & FLAG_INTERN)==0 ){
19646 xtype = infop->type;
19674 ** infop Pointer to the appropriate info struct.
19683 if( infop->flags & FLAG_SIGNED ){
19743 cset = &aDigits[infop->charset];
19744 base = infop->base;
19755 if( flag_alternateform && infop
[all...]

Completed in 1081 milliseconds